@juhuu/sdk-ts 1.3.58 → 1.3.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -415,6 +415,7 @@ declare namespace Layout {
|
|
|
415
415
|
text: LocaleString;
|
|
416
416
|
buttonName: string;
|
|
417
417
|
flowId: string | null | undefined;
|
|
418
|
+
requiresProximity?: boolean;
|
|
418
419
|
}
|
|
419
420
|
interface Small extends General {
|
|
420
421
|
type: "button.small";
|
|
@@ -453,6 +454,7 @@ declare namespace Layout {
|
|
|
453
454
|
elementArray: Array<CardElement>;
|
|
454
455
|
buttonName: string | null;
|
|
455
456
|
flowId: string | null | undefined;
|
|
457
|
+
requiresProximity?: boolean;
|
|
456
458
|
}
|
|
457
459
|
export type CardElement = {
|
|
458
460
|
type: "text.plain";
|
package/dist/index.d.ts
CHANGED
|
@@ -415,6 +415,7 @@ declare namespace Layout {
|
|
|
415
415
|
text: LocaleString;
|
|
416
416
|
buttonName: string;
|
|
417
417
|
flowId: string | null | undefined;
|
|
418
|
+
requiresProximity?: boolean;
|
|
418
419
|
}
|
|
419
420
|
interface Small extends General {
|
|
420
421
|
type: "button.small";
|
|
@@ -453,6 +454,7 @@ declare namespace Layout {
|
|
|
453
454
|
elementArray: Array<CardElement>;
|
|
454
455
|
buttonName: string | null;
|
|
455
456
|
flowId: string | null | undefined;
|
|
457
|
+
requiresProximity?: boolean;
|
|
456
458
|
}
|
|
457
459
|
export type CardElement = {
|
|
458
460
|
type: "text.plain";
|